body {
    width: 80%;
    max-width: 800px;
    margin: 2em auto;
    background-image: url(../img/noise.png)
}

h1 {
    color: blue;
}

h2 {
    color: rgb(47, 47, 193);
}

ul {
    list-style-type: circle;
}

a {
    font-style: normal;
    color: rgb(255, 255, 255);
}

img {
    width: 100%;
    height: auto;
}

.titleimg p {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

.link {
    background-color: rgba(125, 81, 9, 0.801);
    padding: 5px;
    margin-left: 20%;
}